/*初始化类*/
@charset "UTF-8";

html {
  /*font-size: 100px !important;*/
}

html,
body {
  /* -webkit-touch-callout: none; */
  /* -webkit-text-size-adjust: none; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* -webkit-user-select: none; */
  background: #fff;
  font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui,
    microsoft yahei, simsun, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Microsoft YaHei', sans-serif !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased !important;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-user-select: none; */
  -webkit-tap-highlight-color: transparent;
  outline: none;
  font-size: 0.15rem;
  line-height: 1.05;
}

/* ul,
li {
  list-style: none;
} */

a {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  display: block;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

/*自动隐藏文字*/
.ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ellipsis-5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/*图片经过*/
.tran_scale {
  overflow: hidden;
  display: block;
}

/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.6s linear;
  transition: opacity 0.4s ease-in, transform 0.6s linear;
}

.tran_scale:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

body {
  padding-top: 1rem;
  overflow-x: hidden;
}

.w1530 {
  width: 15.3rem;
}

.w1600 {
  width: 16rem;
}

/* 标题 */
.common-title {
  font-size: 0.36rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 600;
  color: #333333;
  text-align: center;
  position: relative;
  padding-bottom: 0.3rem;
}

.common-title::after {
  content: '';
  width: 0.64rem;
  height: 0.04rem;
  background: #76c431;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

/* 顶部图片 */
.common-banner {
  width: 100%;
  height: 4rem;
  position: relative;
}

.common-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common-banner-title {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 0.4rem;
  font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
  font-weight: normal;
  color: #ffffff;
  padding-bottom: 0.35rem;
  text-align: center;
}

.common-banner-title::after {
  content: '';
  width: 0.88rem;
  height: 0.06rem;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/* 面包屑导航 */
.common-nav-wrap {
  height: 0.8rem;
  border-bottom: 0.01rem solid #d9d9d9;
}

.common-nav-box {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.common-crumbs-box {
  display: flex;
  align-items: center;
}

.common-crumbs {
  display: flex;
  align-items: center;
}

.common-crumbs img {
  width: 0.18rem;
  height: 0.18rem;
}

.common-crumbs p {
  margin: 0 0.1rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

/* 顶部导航 */
.common-nav-list {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.common-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.8rem;

  font-size: 0.18rem;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #333333;
  position: relative;
}

.common-nav:hover {
  color: #76c431;
}

.common-nav-box .active {
  font-weight: bold;
}

.common-nav-box .active::after {
  content: '';
  width: 100%;
  height: 0.03rem;
  background: #76c431;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 分页 */
.paging-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging-p {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7d7d7d;
}

.paging {
  display: flex;
  align-items: center;
  margin: 0 0.16rem;
}

.paging .active {
  background: #76c431;
  /* border-color: #fff; */
  color: #fff;
}

.paging-img {
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #DEDEDE;
    margin: 0 0.04rem; */
}

.paging-img img {
  width: 0.15rem;
}

.paging-a {
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #DEDEDE; */
  margin: 0 0.04rem;
  background: #f5f5f5;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7d7d7d;
}

.no-border {
  border-color: transparent;
}

.paging-to {
  display: flex;
  align-items: center;
}

.paging-to input {
  width: 0.5rem;
  height: 0.32rem;
  border: 1px solid #dedede;
  font-size: 0.12rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin: 0 0.08rem;
  text-align: center;
}

.paging-to-bt {
  width: 0.72rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #76c431;
  opacity: 1;
  border-radius: 0.02rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-left: 0.18rem;
}





@media only screen and (max-width: 1024px){
    .about .box_top .bottom_item, 
    .overview .r_item .pro_right_p, 
    .news_swipwer .news_item .text, 
    .footer-code p, 
    .footer-about-p, 
    .introduce .centre table p, 
      .introduce .centre table span, 
      .content .right a, 
    .footer-icp a, .footer-icp p, 
    .news_swipwer .news_item .n_span, 
    .service_title, 
    .content .left .content_span, 
    .centre p, 
    .specialty .sp_left, 
        .common-phone-header-inner .english, 
    .service_name, 
    .content .right .content_a, 
    .specialty .sp_right .sp_right_a, 
    .ab_right .date .date_top, 
    .introduce .detail_h4, 
    .introduce .title_h3, 
    .about .box_top .last_aspan, 
    .about_item .ab_right_h3, 
     .tap_box .bottom_a, 
     .introduce .text_2_span, 
     .blod, 
    .news_detail p, 
    .tap_box, 
    .news_detail span, 
    .news_detail strong, 
    .about_item .ab_right_p, 
    .tap_box p, 
    .tap_box span, 
    .about .d_text .index_p{
    font-size: 14px !important;
    line-height: 1.6 !important;
}
.number .num_item{
    font-size: 12px;
}
.about .box_top .b_span{
    font-size: 20px !important;
}
.centre .content .left{
    display: flex;
    align-items: center;
}
.about_item, 
.w1600{
    width: 100% !important;
}
body {
  padding-top: 50px;
}
    
}